HomeSort by: relevance | last modified time | path
    Searched defs:wsec (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bwfm.c 836 uint32_t wsec_enable, wsec; local in function:bwfm_key_set_cb
897 bwfm_fwvar_var_get_int(sc, "wsec", &wsec);
898 wsec |= wsec_enable;
899 bwfm_fwvar_var_set_int(sc, "wsec", wsec);
2051 uint32_t wsec = 0; local in function:bwfm_connect
2062 wsec |= bwfm_get_wsec(sc);
2064 DPRINTF(("%s: WPA enabled, ic_flags = 0x%x, wpa 0x%x, wsec 0x%x\n",
2065 DEVNAME(sc), ic->ic_flags, wpa, wsec));
    [all...]
bwfm.c 836 uint32_t wsec_enable, wsec; local in function:bwfm_key_set_cb
897 bwfm_fwvar_var_get_int(sc, "wsec", &wsec);
898 wsec |= wsec_enable;
899 bwfm_fwvar_var_set_int(sc, "wsec", wsec);
2051 uint32_t wsec = 0; local in function:bwfm_connect
2062 wsec |= bwfm_get_wsec(sc);
2064 DPRINTF(("%s: WPA enabled, ic_flags = 0x%x, wpa 0x%x, wsec 0x%x\n",
2065 DEVNAME(sc), ic->ic_flags, wpa, wsec));
    [all...]

Completed in 65 milliseconds