Lines Matching refs:ie
1351 static const u8 *bss_get_ie(u8 id, const char* ie, const s32 ie_len) in bss_get_ie() argument
1355 pos = (const u8 *)ie; in bss_get_ie()
1369 static bool is11mcAP(const char* ie, const s32 ie_len) in is11mcAP() argument
1373 ptr_ie = bss_get_ie(WIFI_EID_EXT_CAPAB, ie, ie_len); in is11mcAP()
1409 struct ht_op_ie *read_ht_oper_ie(const char* ie, const s32 ie_len) in read_ht_oper_ie() argument
1412 ptr_ie = bss_get_ie(WIFI_EID_HT_OPERATION, ie, ie_len); in read_ht_oper_ie()
1419 struct vht_op_ie *read_vht_oper_ie(const char* ie, const s32 ie_len) in read_vht_oper_ie() argument
1422 ptr_ie = bss_get_ie(WIFI_EID_VHT_OPERATION, ie, ie_len); in read_vht_oper_ie()
1493 wifi_channel_info get_channel_of_ie(const char* ie, const s32 ie_len) in get_channel_of_ie() argument
1500 vht_op = read_vht_oper_ie(ie, ie_len); in get_channel_of_ie()
1501 if ((vht_op = read_vht_oper_ie(ie, ie_len)) && in get_channel_of_ie()
1502 ((ht_op = (read_ht_oper_ie(ie, ie_len))))) { in get_channel_of_ie()
1513 if ((ht_op = (read_ht_oper_ie(ie, ie_len)))) { in get_channel_of_ie()
1531 ptr_ie = bss_get_ie(WIFI_EID_DS_PARAMS, ie, ie_len); in get_channel_of_ie()