Home
last modified time | relevance | path

Searched refs:beacon_frame (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c325 int ieee80211_get_ssid(uint8_t *beacon_frame, uint16_t frame_len, uint8_t *ssid) in ieee80211_get_ssid() argument
331 WLAN_EID_SSID, beacon_frame + ieoffset, frame_len - ieoffset); in ieee80211_get_ssid()
353 int cfg80211_get_bss_channel(uint8_t *beacon_frame, uint16_t frame_len) in cfg80211_get_bss_channel() argument
358 const uint8_t *ie = beacon_frame + ieoffset; in cfg80211_get_bss_channel()
597 int cfg80211_get_cipher_info(uint8_t *beacon_frame, uint16_t frame_len, in cfg80211_get_cipher_info() argument
601 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon_frame; in cfg80211_get_cipher_info()
608 const uint8_t *ie = beacon_frame + ieoffset; in cfg80211_get_cipher_info()
A Dzconfig_ieee80211.h283 int ieee80211_get_ssid(uint8_t *beacon_frame, uint16_t frame_len,
287 int cfg80211_get_bss_channel(uint8_t *beacon_frame, uint16_t frame_len);
288 int cfg80211_get_cipher_info(uint8_t *beacon_frame, uint16_t frame_len,

Completed in 5 milliseconds