Searched refs:pst_wiphy (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_cfg80211.c | 45 hi_void oal_cfg80211_sched_scan_result(oal_wiphy_stru *pst_wiphy) in oal_cfg80211_sched_scan_result() argument 48 return cfg80211_sched_scan_results(pst_wiphy); in oal_cfg80211_sched_scan_result() 50 hi_unref_param(pst_wiphy); in oal_cfg80211_sched_scan_result() 258 oal_cfg80211_bss_stru *oal_cfg80211_inform_bss_frame(oal_wiphy_stru *pst_wiphy, in oal_cfg80211_inform_bss_frame() argument 263 return cfg80211_inform_bss_frame(pst_wiphy, pst_ieee80211_channel, pst_mgmt, ul_len, l_signal, en_ftp); in oal_cfg80211_inform_bss_frame() 265 hi_unref_param(pst_wiphy); in oal_cfg80211_inform_bss_frame() 276 hi_void oal_cfg80211_put_bss(oal_wiphy_stru *pst_wiphy, oal_cfg80211_bss_stru *pst_cfg80211_bss) in oal_cfg80211_put_bss() argument 278 cfg80211_put_bss(pst_wiphy, pst_cfg80211_bss); in oal_cfg80211_put_bss()
|
H A D | oal_cfg80211.h | 82 hi_void oal_cfg80211_sched_scan_result(oal_wiphy_stru *pst_wiphy); 89 oal_cfg80211_bss_stru *oal_cfg80211_inform_bss_frame(oal_wiphy_stru *pst_wiphy, 95 hi_void oal_cfg80211_put_bss(oal_wiphy_stru *pst_wiphy, oal_cfg80211_bss_stru *pst_cfg80211_bss);
|
H A D | oal_net.h | 1606 hi_s32 (*scan)(oal_wiphy_stru *pst_wiphy, oal_cfg80211_scan_request_stru *pst_request); 1607 hi_s32 (*connect)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, 1609 hi_s32 (*disconnect)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, hi_u16 us_reason_code); 1610 hi_s32 (*set_channel)(oal_wiphy_stru *pst_wiphy, oal_ieee80211_channel *pst_chan, 1612 hi_s32 (*set_wiphy_params)(oal_wiphy_stru *pst_wiphy, hi_u32 ul_changed); 1613 hi_s32 (*add_beacon)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, oal_beacon_parameters *pst_info); 1614 hi_s32 (*change_virtual_intf)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, nl80211_iftype_uint8 en_type, 1616 hi_s32 (*add_station)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, hi_u8 *mac_addr, hi_void *sta_parms); 1617 hi_s32 (*del_station)(oal_wiphy_stru *pst_wiphy, oal_net_device_stru *netdev, const hi_u8 *mac_addr); 1618 hi_s32 (*change_station)(oal_wiphy_stru *pst_wiphy, oal_net_device_str [all...] |
Completed in 7 milliseconds