Home
last modified time | relevance | path

Searched refs:oal_app_ie_stru (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_ioctl.c2268 oal_app_ie_stru wps_p2p_ie; in wal_ioctl_set_wps_p2p_ie()
2276 memset_s(&wps_p2p_ie, sizeof(oal_app_ie_stru), 0, sizeof(oal_app_ie_stru)); in wal_ioctl_set_wps_p2p_ie()
2980 oal_app_ie_stru *wps_p2p_ie = (oal_app_ie_stru *)(puc_command + skip); in wal_priv_cmd_exec()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_p2p.c732 oal_app_ie_stru *wps_p2p_ie = HI_NULL; in hmac_p2p_set_wps_p2p_ie()
737 wps_p2p_ie = (oal_app_ie_stru *)puc_param; in hmac_p2p_set_wps_p2p_ie()
Dhmac_sme_sta.c432 oal_app_ie_stru user_ie; in hmac_process_scan_req()
Dhmac_config.h259 hi_u32 hmac_config_set_app_ie_to_vap(mac_vap_stru *mac_vap, oal_app_ie_stru *app_ie, en_app_ie_type…
Dhmac_config.c3902 oal_app_ie_stru *app_ie = (oal_app_ie_stru *)oal_memalloc(sizeof(oal_app_ie_stru)); in hmac_config_connect_ie()
4178 hi_u32 hmac_config_set_app_ie_to_vap(mac_vap_stru *mac_vap, oal_app_ie_stru *app_ie, en_app_ie_type… in hmac_config_set_app_ie_to_vap()
4182 oal_app_ie_stru tmp_app_ie; in hmac_config_set_app_ie_to_vap()
4228 …ret = hmac_config_send_event(mac_vap, WLAN_CFGID_SET_WPS_P2P_IE, sizeof(oal_app_ie_stru), (hi_u8 *… in hmac_config_set_app_ie_to_vap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1455 } oal_app_ie_stru; typedef
1515 oal_app_ie_stru app_ie; /* beacon ie,index 0; proberesp ie index 1; assocresp ie index 2 */
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_vap.h1584 hi_u32 mac_vap_save_app_ie(mac_vap_stru *mac_vap, const oal_app_ie_stru *app_ie, en_app_ie_type_uin…
Dmac_vap.c910 WIFI_ROM_TEXT hi_u32 mac_vap_save_app_ie(mac_vap_stru *mac_vap, const oal_app_ie_stru *app_ie, in mac_vap_save_app_ie()