/src/sbin/ifconfig/ |
ieee80211.c | 137 {.k_word = "bssid", .k_nextparser = &parse_bssid.ps_parser} 138 , {.k_word = "-bssid", .k_exec = unsetifbssid, 191 struct pstr parse_bssid = PSTR_INITIALIZER1(&parse_bssid, "bssid", setifbssid, 192 "bssid", false, &command_root.pb_parser); 269 struct ieee80211_bssid bssid; local in function:unsetifbssid 271 memset(&bssid, 0, sizeof(bssid)); 273 if (direct_ioctl(env, SIOCS80211BSSID, &bssid) == -1) 282 struct ieee80211_bssid bssid; local in function:setifbssid 285 if (getargstr(env, "bssid", buf, sizeof(buf)) == -1 599 struct ieee80211_bssid bssid; local in function:ieee80211_status [all...] |
/src/usr.sbin/wiconfig/ |
wiconfig.c | 245 w->bssid[0] & 0xff, w->bssid[1] & 0xff, 246 w->bssid[2] & 0xff, w->bssid[3] & 0xff, 247 w->bssid[4] & 0xff, w->bssid[5] & 0xff); 549 { WI_RID_CURRENT_BSSID, WI_HEXBYTES, "Current BSSID:\t\t\t\t", 0, 0, 0 },
|
/src/sys/dev/pcmcia/ |
if_malo_pcmciavar.h | 93 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:malo_cmd_body_scan 106 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:malo_cmd_body_rsp_scan_set 352 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:malo_networks
|
if_malo_pcmcia.c | 1189 /* BSSID */ 1191 sc->sc_net[sc->sc_net_cur].bssid); 1354 memset(body->bssid, 0xff, ETHER_ADDR_LEN); 1418 DPRINTF(1, "size=%d, bssid=%s, rssi=%d, beaconintvl=%d, " 1420 set->size, ether_sprintf(set->bssid), set->rssi, 1424 memcpy(sc->sc_net[i].bssid, set->bssid, sizeof(set->bssid)); 1494 memcpy(body->peermac, sc->sc_net[sc->sc_net_cur].bssid, ETHER_ADDR_LEN); 1828 memcpy(body->peermac, sc->sc_net[sc->sc_net_cur].bssid, ETHER_ADDR_LEN) [all...] |
/src/sys/dev/ic/ |
wi_ieee.h | 144 u_int8_t bssid[6]; member in struct:wi_mgmt_hdr 364 char bssid[6]; /* BSSID (mac address) */ member in struct:wi_apinfo
|
bwfmreg.h | 383 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:bwfm_bss_info 550 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:bwfm_scan_params 592 uint8_t bssid[ETHER_ADDR_LEN]; member in struct:bwfm_assoc_params
|
bwfm.c | 1959 memset(params->scan_params.bssid, 0xff, 1960 sizeof(params->scan_params.bssid)); 2081 memcpy(params->assoc.bssid, ni->ni_bssid, sizeof(params->assoc.bssid)); 2092 memcpy(join.assoc.bssid, ni->ni_bssid, sizeof(join.assoc.bssid)); 2290 /* Fake a wireless header with the scan result's BSSID */ 2292 IEEE80211_ADDR_COPY(wh.i_addr2, bss->bssid); 2293 IEEE80211_ADDR_COPY(wh.i_addr3, bss->bssid);
|
atw.c | 985 * without receiving a beacon with the preferred BSSID & SSID. 986 * atw_write_bssid & atw_write_ssid set the BSSID & SSID. 2037 /* Tell the ADM8211 our preferred BSSID. The ADM8211 must match 2038 * a beacon's BSSID and SSID against the preferred BSSID and SSID 2040 * no beacon with the preferred BSSID and SSID in the number of 2047 uint8_t *bssid; local in function:atw_write_bssid 2049 bssid = ic->ic_bss->ni_bssid; 2052 __SHIFTIN(bssid[0], ATW_BSSID0_BSSIDB0_MASK) | 2053 __SHIFTIN(bssid[1], ATW_BSSID0_BSSIDB1_MASK) [all...] |
rt2560.c | 2572 rt2560_set_bssid(struct rt2560_softc *sc, uint8_t *bssid) 2576 tmp = bssid[0] | bssid[1] << 8 | bssid[2] << 16 | bssid[3] << 24; 2579 tmp = bssid[4] | bssid[5] << 8; 2582 DPRINTF(("setting BSSID to %s\n", ether_sprintf(bssid)));
|
/src/sys/dev/pci/ |
if_ipwreg.h | 269 u_int8_t bssid[IEEE80211_ADDR_LEN]; member in struct:ipw_wpa_ie 277 u_int8_t bssid[IEEE80211_ADDR_LEN]; member in struct:ipw_node
|
if_iwireg.h | 331 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:iwi_ibssnode 395 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:iwi_associate
|
if_wpireg.h | 275 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:wpi_config 348 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:wpi_node_info
|
/src/sys/net80211/ |
ieee80211_input.c | 569 u_int8_t *bssid; local in function:ieee80211_input 573 bssid = wh->i_addr2; 574 if (!IEEE80211_ADDR_EQ(bssid, ni->ni_bssid)) { 577 bssid, NULL, "node %s, %s", 591 bssid, NULL, "not to cur sta: lladdr=%6D, addr1=%6D", 602 bssid = wh->i_addr1; 604 bssid = wh->i_addr1; 614 bssid = wh->i_addr3; 620 * Data frame, validate the bssid. 622 if (!IEEE80211_ADDR_EQ(bssid, ic->ic_bss->ni_bssid) & [all...] |
ieee80211_proto.h | 72 const u_int8_t bssid[IEEE80211_ADDR_LEN],
|
ieee80211_output.c | 111 const u_int8_t bssid[IEEE80211_ADDR_LEN]) 121 IEEE80211_ADDR_COPY(wh->i_addr1, bssid); 131 IEEE80211_ADDR_COPY(wh->i_addr3, bssid); 137 IEEE80211_ADDR_COPY(wh->i_addr2, bssid); 148 IEEE80211_ADDR_COPY(wh->i_addr3, bssid); 632 * NB: always use the bssid from ic_bss as the 1326 const u_int8_t bssid[IEEE80211_ADDR_LEN], 1389 sa, da, bssid);
|
ieee80211_ioctl.c | 117 IEEE80211_ADDR_COPY(ap->bssid, ni->ni_macaddr); 123 IEEE80211_ADDR_COPY(ap->bssid, ni->ni_bssid); 1760 * Desired ssid specified; must match both bssid and 1768 * Normal case; just match bssid. 2569 struct ieee80211_bssid *bssid; local in function:ieee80211_ioctl 2762 bssid = (struct ieee80211_bssid *)data; 2763 IEEE80211_ADDR_COPY(ic->ic_des_bssid, bssid->i_bssid); 2771 bssid = (struct ieee80211_bssid *)data; 2776 IEEE80211_ADDR_COPY(bssid->i_bssid, 2779 IEEE80211_ADDR_COPY(bssid->i_bssid [all...] |
/src/sys/dev/usb/ |
if_athn_usb.h | 129 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:ar_htc_target_sta 192 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:ar_htc_target_vif
|
if_ural.c | 1905 ural_set_bssid(struct ural_softc *sc, uint8_t *bssid) 1909 tmp = bssid[0] | bssid[1] << 8; 1912 tmp = bssid[2] | bssid[3] << 8; 1915 tmp = bssid[4] | bssid[5] << 8; 1918 DPRINTF(("setting BSSID to %s\n", ether_sprintf(bssid)));
|
if_atureg.h | 292 uByte BSSID[ETHER_ADDR_LEN]; 312 uByte bssid[ETHER_ADDR_LEN]; member in struct:atu_cmd_join 327 uByte BSSID[ETHER_ADDR_LEN];
|
if_rum.c | 1788 rum_set_bssid(struct rum_softc *sc, const uint8_t *bssid) 1792 tmp = bssid[0] | bssid[1] << 8 | bssid[2] << 16 | bssid[3] << 24; 1795 tmp = bssid[4] | bssid[5] << 8 | RT2573_ONE_BSSID << 16;
|
/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_misc.c | 307 * Writing a valid BSSID to the hardware effectively enables the hardware 309 * from that BSSID. It is called by the SME JOIN operation. 312 ar5210WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) 316 /* XXX save bssid for possible re-use on reset */ 317 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
|
ar5210.h | 220 const uint8_t *bssid, uint16_t assocId);
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_misc.c | 308 * Writing a valid BSSID to the hardware effectively enables the hardware 310 * from that BSSID. It is called by the SME JOIN operation. 313 ar5211WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) 317 /* XXX save bssid for possible re-use on reset */ 318 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
|
ar5211.h | 244 const uint8_t *bssid, uint16_t assocId);
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_misc.c | 216 * Writing a valid BSSID to the hardware effectively enables the hardware 218 * from that BSSID. It is called by the SME JOIN operation. 221 ar5212WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, uint16_t assocId) 225 /* XXX save bssid for possible re-use on reset */ 226 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN);
|