Home
last modified time | relevance | path

Searched refs:sta_profile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c2929 u8 *sta_profile, bool tx_vap) in hostapd_add_sta_profile() argument
2956 if (sta_profile) { in hostapd_add_sta_profile()
2957 os_memcpy(sta_profile, &link_fdata->u.probe_resp.capab_info, in hostapd_add_sta_profile()
2959 sta_profile += sizeof(le16); in hostapd_add_sta_profile()
3045 if (sta_profile) { in hostapd_add_sta_profile()
3046 os_memcpy(sta_profile, in hostapd_add_sta_profile()
3049 sta_profile += link_ele_len + extra_len; in hostapd_add_sta_profile()
3114 if (sta_profile) { in hostapd_add_sta_profile()
3115 os_memcpy(sta_profile, link_elem_data - extra_len, in hostapd_add_sta_profile()
3117 sta_profile += link_ele_len + extra_len; in hostapd_add_sta_profile()
[all …]
H A Ddrv_callbacks.c216 const u8 *sta_profile; in hostapd_update_sta_links_status() local
227 sta_profile = &pos[2]; in hostapd_update_sta_links_status()
228 sta_ctrl = WPA_GET_LE16(sta_profile); in hostapd_update_sta_links_status()
238 sta_profile[BASIC_MLE_STA_CTRL_LEN]) { in hostapd_update_sta_links_status()
246 sta_profile[BASIC_MLE_STA_CTRL_LEN]); in hostapd_update_sta_links_status()
247 sta_profile = sta_profile + BASIC_MLE_STA_CTRL_LEN + in hostapd_update_sta_links_status()
248 sta_profile[BASIC_MLE_STA_CTRL_LEN]; in hostapd_update_sta_links_status()
254 sta_profile += 2; in hostapd_update_sta_links_status()
257 info->links[link_id].status = WPA_GET_LE16(sta_profile); in hostapd_update_sta_links_status()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c645 const u8 *sta_profile; in nl80211_get_basic_mle_links_info() local
652 sta_profile = &pos[2]; in nl80211_get_basic_mle_links_info()
653 sta_ctrl = WPA_GET_LE16(sta_profile); in nl80211_get_basic_mle_links_info()
663 &sta_profile[BASIC_MLE_STA_PROF_STA_MAC_IDX], in nl80211_get_basic_mle_links_info()